← Back to issue list

remote-build: support for snap relative sources

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1968303
Type
issue
State
open
Author
~gbeuzeboc
Labels
Created
2022-04-08 09:43:42.537000+00:00
Updated
2022-04-08 09:43:42.537000+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

My part is: ``` parts: ros2-galactic-extension: build-packages: [ros-galactic-ros-core] override-build: install -D -m 0755 launch ${SNAPCRAFT_PART_INSTALL}/snap/command-chain/ros2-launch plugin: nil source: $SNAPCRAFT_EXTENSIONS_DIR/ros2 ``` It uses source from snapcraft. This works fine locally but When I try remote-build, I get: ``` Failed to pull source: unable to determine source type of '$SNAPCRAFT_EXTENSIONS_DIR/ros2'. Check that the URL is correct, or consider specifying `source-type` for this part. See `snapcraft help sources` for more information. ``` I couldn't find `source-type` that would work for my case.

Evaluation history

No evaluation history available.